Pet Store Web Service
Pet Store Web Service / Everything about your Pets Resource Group / uploadFile (Post)
In This Topic
    PostuploadFile
    In This Topic

    Resource Path: /pet/{petId}/uploadImage

    Description
    uploads an image
    Parameters
    NameDescriptionData Type
    ID of pet to updateinteger
    Additional data to pass to serverstring
    file to uploadfile
    Response

    The response body is of type ApiResponse.

    successful operation

    Overview

    ApiResponse
    Represents an Api Response
    code : integer
    type : string
    message : string
    See Also